@charset "utf-8";
.in_ht_03_01{
    padding: 70px 0 50px;
    min-height: 250px;
}
.in_ht_03_02{
    padding: 60px 0 30px;
}
.in_ht_03_03{
    width: 16.666%;
    float: left;
    text-align: center;
}
.in_ht_03_04{
    width: 100%;
    min-height: 138px;
}
.in_ht_03_04 img{
    transition: all 0.3s;
    transform: rotateY(0deg);
}
.in_ht_03_04:hover img{
    transform: rotateY(180deg);
    transition: all 0.3s;
}
.in_ht_03_05 h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}
.in_ht_03_05 h4{
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    font-weight: normal;
}



@media screen and (max-width: 1199px){
    .in_ht_03_03{
        width: 47.5%;
        margin-right: 5%;
    }
    .in_ht_03_03:nth-child(2n){
        margin-right: 0;
    }
    .in_ht_03_04{min-height: 90px;}
    .in_ht_03_05{margin-bottom: 10px;}
    .in_ht_03_05 h3 {margin-top: 10px;}
}